home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / creator < prev    next >
Text File  |  2001-04-06  |  390b  |  15 lines

  1. SYNOPSIS
  2.         string creator(object ob)
  3.  
  4. DESCRIPTION
  5.         This functions is not available in native mode, which uses
  6.         user-ids instead.
  7.         Returns the creator (i.e. the name of the wizard or domain) of
  8.         the object. Default for ob is this_object().
  9.  
  10. HISTORY
  11.         Since 3.2.1@47, this efun is an alias for getuid().
  12.  
  13. SEE ALSO
  14.         getuid(E), native(C), uids(C)
  15.